home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / intact / f3iacurt.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  2.0 KB  |  75 lines

  1.  
  2. // JavaScript wrapper for f3iacurt.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_IACURTOL_H = 1;
  7. include("real/intact/r3iacons.js")
  8.  
  9.  
  10. var R3CLID_IACURVETOOL = 681;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. R3IACURTOLA_Curves = 681500;
  19. function SetR3IACURTOLA_Curves(value) {
  20.   R3Set(this.r3obj, R3IACURTOLA_Curves, value, R3TID_BOOLEAN, 0); 
  21. }
  22.  
  23. function GetR3IACURTOLA_Curves() {
  24.   return R3Get(this.r3obj, R3IACURTOLA_Curves, R3TID_BOOLEAN, 0); 
  25. }
  26.  
  27. R3IACURTOLA_PointsPerCurve = 681501;
  28. function SetR3IACURTOLA_PointsPerCurve(value) {
  29.   R3Set(this.r3obj, R3IACURTOLA_PointsPerCurve, value, R3TID_BOOLEAN, 0); 
  30. }
  31.  
  32. function GetR3IACURTOLA_PointsPerCurve() {
  33.   return R3Get(this.r3obj, R3IACURTOLA_PointsPerCurve, R3TID_BOOLEAN, 0); 
  34. }
  35.  
  36. R3IACURTOLA_OrientationU = 681502;
  37. function SetR3IACURTOLA_OrientationU(value) {
  38.   R3Set(this.r3obj, R3IACURTOLA_OrientationU, value, R3TID_BOOLEAN, 0); 
  39. }
  40.  
  41. function GetR3IACURTOLA_OrientationU() {
  42.   return R3Get(this.r3obj, R3IACURTOLA_OrientationU, R3TID_BOOLEAN, 0); 
  43. }
  44.  
  45. R3IACURTOLA_OrientationV = 681503;
  46. function SetR3IACURTOLA_OrientationV(value) {
  47.   R3Set(this.r3obj, R3IACURTOLA_OrientationV, value, R3TID_BOOLEAN, 0); 
  48. }
  49.  
  50. function GetR3IACURTOLA_OrientationV() {
  51.   return R3Get(this.r3obj, R3IACURTOLA_OrientationV, R3TID_BOOLEAN, 0); 
  52. }
  53.  
  54.  
  55.  
  56. function r3Iacurvetool () { 
  57.    this.base = r3God;
  58.    if(arguments.length) {
  59.       this.base(R3CLID_IACURVETOOL, arguments);
  60.    }
  61.    // Methods
  62.  
  63.    // Attributes
  64.    this.GetCurves=GetR3IACURTOLA_Curves;
  65.    this.SetCurves=SetR3IACURTOLA_Curves;
  66.    this.GetPointsPerCurve=GetR3IACURTOLA_PointsPerCurve;
  67.    this.SetPointsPerCurve=SetR3IACURTOLA_PointsPerCurve;
  68.    this.GetOrientationU=GetR3IACURTOLA_OrientationU;
  69.    this.SetOrientationU=SetR3IACURTOLA_OrientationU;
  70.    this.GetOrientationV=GetR3IACURTOLA_OrientationV;
  71.    this.SetOrientationV=SetR3IACURTOLA_OrientationV;
  72. }
  73.  
  74. r3Iacurvetool.prototype=new r3Iaconstructor;
  75. // f3iacurt.h_H